home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
- <class>ProgressDlgForm</class>
- <widget class="QWidget">
- <property name="name">
- <cstring>ProgressDlgForm</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>439</width>
- <height>331</height>
- </rect>
- </property>
- <property name="caption">
- <string>Form1</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QLabel" row="0" column="1" rowspan="1" colspan="3">
- <property name="name">
- <cstring>textLabel1</cstring>
- </property>
- <property name="text">
- <string>Log details:</string>
- </property>
- </widget>
- <widget class="CCheckListControl" row="1" column="1" rowspan="1" colspan="3">
- <property name="name">
- <cstring>TeletypeLogCtrl</cstring>
- </property>
- <property name="selectionMode">
- <enum>NoSelection</enum>
- </property>
- <property name="whatsThis" stdset="0">
- <string>Here you can see contents of the operation log.</string>
- </property>
- </widget>
- <spacer row="1" column="4">
- <property name="name">
- <cstring>spacer4_2_2</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Fixed</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>16</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <spacer row="1" column="0">
- <property name="name">
- <cstring>spacer4_2</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Fixed</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>16</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="QFrame" row="2" column="1" rowspan="2" colspan="3">
- <property name="name">
- <cstring>MoreOptionsFrame</cstring>
- </property>
- <property name="frameShape">
- <enum>NoFrame</enum>
- </property>
- <property name="frameShadow">
- <enum>Plain</enum>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>6</number>
- </property>
- </vbox>
- </widget>
- <widget class="QPushButton" row="3" column="3" rowspan="2" colspan="1">
- <property name="name">
- <cstring>btnSaveLog</cstring>
- </property>
- <property name="text">
- <string>&Save</string>
- </property>
- <property name="accel">
- <string>Alt+S</string>
- </property>
- <property name="whatsThis" stdset="0">
- <string>Press the button to save the log to any destination.</string>
- </property>
- </widget>
- <widget class="QLabel" row="4" column="1">
- <property name="name">
- <cstring>GoNextTip</cstring>
- </property>
- <property name="text">
- <string>To continue, click <b>Next</b></string>
- </property>
- <property name="alignment">
- <set>AlignVCenter|AlignLeft</set>
- </property>
- </widget>
- <spacer row="4" column="2">
- <property name="name">
- <cstring>spacer8</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>111</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </grid>
- </widget>
- <connections>
- <connection>
- <sender>btnSaveLog</sender>
- <signal>clicked()</signal>
- <receiver>ProgressDlgForm</receiver>
- <slot>SaveLog()</slot>
- </connection>
- </connections>
- <slots>
- <slot>CancelBtn_clicked()</slot>
- <slot>ProgressCancelBtn_clicked()</slot>
- <slot>SaveLog()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="0"/>
- <includehints>
- <includehint>checklistctrl.h</includehint>
- </includehints>
- </UI>
-